home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / docs / lwml9505.lha / LWML9505.TXT / 000022_owner-lightwave@webcom.com_Mon May 8 10:33:20 1995.msg < prev    next >
Internet Message Format  |  1995-06-03  |  4KB

  1. Received: by webcom.com
  2.     (1.37.109.15/16.2) id AA045374400; Mon, 8 May 1995 10:33:20 -0700
  3. Return-Path: <owner-lightwave@webcom.com>
  4. Received: from 130.191.70.8 (annex1p4.sdsu.edu) by webcom.com with SMTP
  5.     (1.37.109.15/16.2) id AA044904367; Mon, 8 May 1995 10:32:47 -0700
  6. Received: by 130.191.70.8 (Amiga SMTPpost 1.04 December 9, 1994)
  7.         id AA01; Mon, 8 May 95 10:34:56 
  8. Subject: Re: ZipDrives and the Amiga
  9. In-Reply-To: <Pine.SUN.3.91.950508093709.9176A-100000@crl.crl.com> from Carl Andrew Johnson <cjohnson@crl.com> at Mon, 8 May 1995 09:41:29 -0700 (PDT)
  10. Reply-To: sellis@rohan.sdsu.edu
  11. X-Mailer: GMail 0.54 (17.4.95)
  12. From: scotte@130.191.70.8 (Scott Ellis)
  13. To: cjohnson@crl.com
  14. Cc: lightwave@webcom.com
  15. Date: Mon, 8 May 95 10:34:56 
  16. Organization: Not very likely.
  17. Message-Id: <19950508.7825A30.9FAE@130.191.70.8>
  18. Sender: owner-lightwave@webcom.com
  19. Precedence: bulk
  20.  
  21.  
  22. > I bought an Iomega ZipDrive for my Mac about a month ago. The this works
  23. > GREAT! with my Amiga. For those of yuo unfamiliar with the ZipDrive, it's
  24. > a $200 removable media drive. The cartridges are about $20 a piece and
  25. > hold 95 megs after you format them for the Amiga.
  26. >
  27. > What I'd like to do is use CrossDOS to format them for the PC however I
  28. > never seem to get that option. Better yet, I'd like to get CrossMac or
  29. > MaxDOS.
  30. >
  31. > Does anyone out there have experience with removable media drive that use
  32. > foriegn file formats? Bernoulli's per chance?
  33.  
  34. Here are two mountlists (well, not technically mountlists, since they go into
  35. DEVS:DOSDrivers, but..) that I use for an MSDOS format Zip, and a Mac HFS Zip:
  36.  
  37. Dos -
  38. /* Mountfile Entry Created: 13-Apr-95 19:44:27
  39.  * for full CrossDOS Disk.
  40.  *
  41.  * Disk Size: 95.9 Meg
  42.  * Vendor and drive name: 005 IOMEGA   ZIP 100
  43.  */
  44. /* Disk size parameters.*/
  45.   Surfaces = 1
  46.   BlocksPerTrack = 68
  47.   Lowcyl = 0
  48.   Highcyl = 2890
  49.   BufMemType = 1
  50.   Blocksize = 512
  51. /* Device driver parameters.*/
  52.   Device = scsi.device
  53.   Unit = 5
  54.   Flags = 0x00000000
  55. /* File system parameters.*/
  56.   Mask = 0xFFFFFFFE
  57.   Maxtransfer = 0xFFFFFFFF
  58.   Reserved = 0
  59.   Filesystem = L:CrossDOSFileSystem
  60.   Stacksize = 2000
  61.   Priority = 5
  62.   Bootpri = -20
  63.   Globvec = -1
  64.   Buffers = 5
  65.   Dostype = 0x4d534800
  66.   Mount = 1
  67. #
  68.  
  69. Mac-
  70. /* Mountfile Entry Created: 13-Apr-95 19:41:45
  71.  * for full CrossMac Disk.
  72.  *
  73.  * Disk Size: 95.9 Meg
  74.  * Vendor and drive name: 005 IOMEGA   ZIP 100
  75.  */
  76. /* Disk size parameters.*/
  77.   Surfaces = 1
  78.   BlocksPerTrack = 68
  79.   Lowcyl = 0
  80.   Highcyl = 2890
  81.   BufMemType = 0
  82.   Blocksize = 512
  83. /* Device driver parameters.*/
  84.   Device = scsi.device
  85.   Unit = 5
  86.   Flags = 0x00000000
  87. /* File system parameters.*/
  88.   Mask = 0xFFFFFFFE
  89.   Maxtransfer = 0xFFFFFFFF
  90.   Reserved = 0
  91.   Filesystem = L:CrossMacFileSystem
  92.   Stacksize = 2000
  93.   Priority = 5
  94.   Bootpri = -20
  95.   Globvec = -1
  96.   Buffers = 40
  97.   Dostype = 0x4d414300
  98.   Mount = 1
  99. #
  100.  
  101. --
  102.    //////////////////////////////////////////////////////////////////////
  103.   //  Scott Ellis   //   sellis@gi.com   //   sellis@rohan.sdsu.edu   //
  104.  //////////////////////////////////////////////////////////////////////
  105. // WARNING: This signature warps  time and space in its vicinity    //
  106.  
  107.  
  108. --
  109. scotte@130.191.70.8 (Scott Ellis) sent this message.
  110. To Post a Message           : lightwave@webcom.com
  111. Un/Subscription Requests To : lightwave-request@webcom.com
  112. (DIGEST)                 or : lightwave-digest-request@webcom.com
  113. Administrative Items To     : owner-lightwave@webcom.com